home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Generate / g-duplicate2 < prev    next >
Text File  |  1998-08-11  |  407b  |  9 lines

  1. g-duplicate2 seed count low high list
  2.  
  3. Use this function to generate any number-of-repeats of given range of a symbol-pattern.
  4.  
  5. (g-duplicate2 .545 '(1 5 1 7 1) 1 2 '((abef) (c d) (abcfg) (d e) (abdef)))
  6. => ((abef) (c d c c d) (abcfg) (d d e d e e d) (abdef))
  7.  
  8. (g-duplicate2 .545 '(2 5 2 7 2) 1 2 '((abef) (c d) (abcfg) (d e) (abdef)))
  9. => ((abef abef) (c d c c d) (abcfg abcfg) (d d e d e e d) (abdef abdef))